ensemble methods

Terms from Artificial Intelligence: humans at the heart of algorithms

Ensemble methods use large numbers of simpler AI units to solve complex problems. A common example is the random forest which combines the results of large numbers of decsion trees, but other kinds of algorithms can be used for the simpler units. The combination method may be a simple vote, or may involve more complex weighting of the results of individual units.

Used on pages 161, 381

Also known as ensemble algorithms